home *** CD-ROM | disk | FTP | other *** search
/ Strategy Challenges Collection / Strategy Challenges Collection.iso / mac / DemoData / NumberH.Dxr / 00212_special NH2 leave demo.ls < prev    next >
Encoding:
Text File  |  1996-10-04  |  342 b   |  18 lines

  1. on mouseDown
  2.   global gAutoMode
  3.   set gAutoMode to 0
  4.   puppetPalette(the framePalette)
  5.   puppetTransition(6, 2, 16, 0)
  6.   FadeMyVolume(3, 2, 10, 0, 0)
  7.   go(the lastFrame + 1)
  8.   setMyVolume(1, 255, 255)
  9.   setMyVolume(2, 255, 255)
  10.   puppetSound(0)
  11.   updateStage()
  12.   puppetSound(0)
  13.   startTimer()
  14.   play done
  15.   puppetSound(0)
  16.   updateStage()
  17. end
  18.